PDF4Java Reference Documentation
com.o2sol.pdf4java.content.images Package / PDFVisualImage Class / getPalette Method
In This Topic
    getPalette Method
    In This Topic
    Gets the image palette.
    Syntax
    public byte[] getPalette()

    Return Value

    An array of bytes representing RGB tuples that define the image palette or null if the image does not use a palette.
    See Also